home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / WSOTXSCR.H < prev   
Encoding:
C/C++ Source or Header  |  1991-10-26  |  356 b   |  19 lines

  1. // wsotxscr.h: Header file for text based window setup
  2.  
  3. #ifndef H_WSOTXSCR
  4. #define H_WSOTXSCR
  5.  
  6. #include "twsounit.h"
  7.  
  8. enum MouseOpt { NoMouse, MouseRequired, MouseOptional };
  9.  
  10. extern Wso *FullScrn;
  11. extern MsgPkt StartMsg;
  12.  
  13. extern void Setup(MouseOpt Mo, ColorPak &Cp);
  14. extern void MainEventLoop(void);
  15. extern void CleanUp(void);
  16.  
  17. #endif
  18.  
  19.